-
- [x] SignUp With Email and Password
- [x] Login With Email and Password
- [x] Log Out User
- [ ] Sign Up With Google
- [ ] Login With Google
- [ ] Sign Up With Facebook
- [ ] Login With Facebook
- […
-
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner twist = new Scanner(System.in);
System.out.print("enter number from 1 to 7: ");
int day = twist.n…
-
File: Codes/ch03/01_main-chapter-code/ch03.ipynb
CausalAttention 类中的forward方法,对注意力分数进行softmax的部分有问题:
这里如果设置为dim=1,就不能处理批次情况了。在输入的形状为[batch_size, num_tokens, d_in] 时,attn_scores的形状为[batch_size,…
-
asdfasdf ZZang
-
Add a color coding based on the future task priotization
-
### Description of the bug
Hi,
I am getting the following error. Can you please help ?
I am quite new to this sort of analysis and I am not very familiar with the tools. From what I understand, I may…
-
### Description
There's a lot of things that parts of Ariel may or may not want to log, and different opinions about what level to log on.
@ROMemories found the [Swift guidelines](https://www.swift.…
-
Hi,
I am not sure if this is the right place to ask about the coding style of the climate-indicator-manager.
The coding style reflects a high level of proficiency. Thanks for this precise and de…
-
I think there may be a few things. For now just noting that "TRADE " has a space, which was not fun to figure out :)
And maybe if "TRADE" and "TRANS" are going to be defined and hard-coded, any reaso…
-
Make a brief document on the coding style:
- Namings of classes, functions, private members, constants, structs, local variables, etc...
- File structure
- Usage of namesspace
- Potentially some dos …